/* é€šç”¨ */

.dth_wh {
  width: 96%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}
.fixed_ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enlarge .imgs {
  overflow: hidden;
  position: relative;
}
.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}
.enlarge:hover .imgs img {
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .dth_wh {
  width: 100%;
  padding: 0 15px;
  }
}
@media (max-width: 991px) {
  body {
  padding-top: 61px;
  }
}
@media (max-width: 900px) {
  body {
  padding-top: 50px;
  }
}
@media (max-width: 767px) {
  body {
  /*padding-bottom: 50px;*/
  }
}
@media (max-width: 640px) {
  .dth_wh {
  padding: 0 12px;
  }
}

/* æ’ä»¶æ•´ä½“æ ·å¼ä¿®æ”¹ */
.slick-arrows {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 12px;
  top: 50%;
  margin-top: -20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  outline: none;
  margin: 0 1em;
}

@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
  display: none;
  }
}

/* å¤´éƒ¨ */
header {}

.top_header_xs {
  font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0.3px;
	color: #888888;
	background-color: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
}
.top_header_xs a {
  color: inherit;
}
.top_header_xs a:hover {
  color: #1d2a5e;
}
.top_wel {}
.top_seo {
  margin-left: auto;
}

.top_header_lc {

}
.top_header_lc .dth_wh {
  align-items: center;
  height: 116px;
}
.logo {
  width: 14.54%;
  width: 135px;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 100%;
}
.logo_wz {
  margin-left: 20px;
}
.logo_wz p:first-child {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #333333;
}
.logo_wz p:first-child span {
  font-family: Arial, Helvetica, sans-serif;
}
.logo_wz p:last-child {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #333333;
  margin-top: 0.45em;
}
.top_contact {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.34em auto;
  font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #1d2a5e;
  margin-left: auto;
  padding-left: 2.25em;
  min-height: 35px;
}
.top_contact p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.top_contact span {
  font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #555555;
}
.languages {
  margin-left: 2.34%;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.languages label {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  line-height: 20px;
  margin-right: 0.1em;
}
#lang_select {
  border-radius: 0;
  outline: none;
  height: 20px;
  font-size: 12px;
}


@media (max-width: 1330px) {
  .logo_wz p:first-child {
    font-size: 26px;
  }
  .logo_wz p:last-child {
    font-size: 16px;
  }
  .top_contact {
    font-size: 22px;
  }
  .top_contact span {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .top_header_xs {
    font-size: 12px;
  }
  .top_header_lc .dth_wh {
    height: 110px;
  }
  .logo_wz p:first-child {
    font-size: 24px;
  }
  .logo_wz p:last-child {
    font-size: 15px;
  }
  .top_contact {
    font-size: 20px;
  }
  .top_contact span {
    font-size: 14px;
  }
  .languages label {
    font-size: 13px;
  }
}
.header_mcq{
    display: none;
}


@media (max-width: 991px) {
  .header_pcq{
    display: none;
  }
  .md-head .head_2 .logo .img1{
      display: none;
  }
  .md-head .head_2 .logo .img2{
      display: block;
      height: 45px;
      width: auto;
  }
  .header_mcq{
    display: block;
  }
}


@media (max-width: 768px) {

}
@media (max-width: 640px) {

}

/* å¯¼èˆª */
nav {
	background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 90;
}
.x-menu {
  justify-content: space-between;
  align-items: center;
}

.x-menu > li {
  width: calc(100% / 9);
  position: relative;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
  padding: 15px 1em;
  color: #555555;
  text-align: center;
  transition: 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-menu > li:hover > a {

}

.x-menu > li.active > a {

}

.x-menu > li.active > a, 
.x-menu > li:hover > a {
	color: #ffffff;
	background-color: #1d2a5e;
}

.x-sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  max-width: 200%;
  width: auto;
  transform: translateX(-50%);
	background-color: #1d2a5e;
  display: none;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 0.5em 1em;
  line-height: 1.5;
  color: #ffffff;
}

.x-sub-menu > li:hover > a {
	background-color: #f2f2f2;
  color: #555555;
}


@media (max-width: 1330px) {
}
@media (max-width: 1200px) {
  .x-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  nav {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
#banner {
  position: relative;
}
#banner li {
}
#banner li a {
  display: block;
}
#banner li .imgs {
  display: block;
}
#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#banner .hi {
  display: none;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
}

#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 6px;
  margin: 0 15px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
  width: 50px;
  opacity: 1;
}

@media (max-width: 1330px) {

}
@media (max-width: 1200px) {
  #banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
  #banner .swiper-pagination-bullet:hover,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
@media (max-width: 990px) {
  #banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  #banner .swiper-pagination-bullet:hover,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 768px) {
  #banner li .imgs img {
    min-height: 220px;
  }
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 180px;
  }
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  #banner .swiper-pagination-bullet:hover,
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}


/* çƒ­é—¨-æœç´¢ */
.hot_search {
	background-color: #f6f6f6;
  padding: 16px 0;
}
.hot_search .dth_wh {
  align-items: center;
  justify-content: space-between;
}
.hots {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #333333;
}
.hots a {
  font-size: inherit;
	color: #666666;
  margin-right: 1em;
}
.hots a:hover {
  color: #1d2a5e;
}
.search {
}
.search #formsearch {
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #e3e3e3;
  width: 360px;
}
.search #formsearch input {
  outline: none;
  border: none;
  background: none;
  height: 38px;
}
.search #formsearch #keyword {
  flex-grow: 1;	
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0.02em;
  color: #333333;
  padding: 0 0.95em;
}
.search #formsearch #keyword::placeholder {
	color: #ababab;
}
.search #formsearch #s_btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("../images/sousuo_ico.png");
  width: 50px;
  font-size: 0;
}


@media (max-width: 1330px) {

}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .hot_search {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}


/* å…³äºŽ */
.about {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 78px 0;
}

.about_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ab_vi_im {
  max-width: 625px;
  /* width: 48.8%; */
  width: 50%;
	background-color: #010101;
  padding-right: 10px;
  position: relative;
}
.ab_vi_im .imgs {
  margin: -8px 0;
}
.ab_vi_im .imgs img {
  width: 100%;
}
.vi_btns {
  display: block;
  width: 16.2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  z-index: 50;
}
.vi_btns img {
  width: 100%;
  height: auto;
}
.vi_btns .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* æ‰©æ•£åŠ¨ç”» */
.circle, 
.circle1, 
.circle2, 
.circle3  {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.circle1, .circle2  {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle1 {
  animation-delay: 1s;
}
.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange{
  0%{transform: scale(1);opacity: 0.95;}
  25%{transform: scale(1.2);opacity: 0.75;}
  50%{transform: scale(1.4);opacity: 0.5;}
  75%{transform: scale(1.6);opacity: 0.25;}
  100%{transform: scale(1.8);opacity: 0.05;}
}


#ab_vi {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#ab_vi.ope {
  display: flex;
}
#ab_vi video {
  max-width: 94%;
  max-height: 95%;
}
.about_text {
  /* width: 45.2%; */
  max-width: 578px;
  width: 47%;
}
.about_text h3 {
  font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #1d2a5e;
}
.about_text h4 {
  font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #333333;
  margin-top: 0.1em;
}
.about_text .sum {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 3.8%;
}
.about_text .alis {
  display: inline-flex;
  margin-top: 10%;

}
.about_text .alis p {
  display: block;	
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
  width: 7.92em;
	border: solid 2px #1d2a5e;
  text-align: center;
}
.about_text .alis p:nth-child(1) {
	background-color: #1d2a5e;
	color: #ffffff;
}
.about_text .alis p:nth-child(2) {
	background-color: #ffffff;
	color: #1d2a5e;
}

.about_numbers {
  margin-top: 5.9%;
}
.about_numbers ul {
  justify-content: space-between;
  align-items: flex-start;
}
.about_numbers li {
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px 2% 2px 0;
  width: 31.25%;
}
.about_numbers li:nth-child(n+2) {
  width: 34.375%;
  padding-left: 4.7%;
}
.about_numbers li:last-child {
  border: none;
  margin-right: 0;
}
.about_numbers li h3 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}
.about_numbers li h3 .nummber,
.about_numbers li h3 p {
  font-family: Arial;
	font-size: 66px;
	font-weight: Bold;
	font-stretch: normal;
	line-height: 0.75;
	letter-spacing: 0px;
	color: #1d2a5e;
}
.about_numbers li h3 .fh {
  display: block;
	border-radius: 6px;
	border: solid 1px #1d2a5e;	
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1d2a5e;
  text-align: center;
  width: 1.6em;
  line-height: 1.6;
  margin-left: 0.875em;
}
.about_numbers li .sum {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 1.25em;
}


@media (max-width: 1330px) {
  .about {
    padding: 5.86% 0;
  }
  .about_text h3 {
    font-size: 3vw;
  }
  .about_text h4 {
    font-size: 2.1vw;
  }
  .about_text .sum {
    font-size: 15px;
  }
  .about_text .alis {
    margin-top: 8%;
  }
  .about_text .alis p {
    font-size: 1.8vw;
  }
  .about_numbers li h3 .nummber, 
  .about_numbers li h3 p {
    font-size: 4.96vw;
  }
  .about_numbers li h3 .fh {
    font-size: 15px;
  }
  .about_numbers li .sum {
    font-size: 15px;
    margin-top: 1em;
  }
}
@media (max-width: 1200px) {
  .about_text .alis {
    margin-top: 5%;
  }
  .about_numbers li h3 .fh {
    font-size: 14px;
  }
  .about_numbers li .sum {
    font-size: 14px;
    margin-top: 0.8em;
  }
}
@media (max-width: 990px) {
  .about_cont {
    flex-flow: column;
  }
  .ab_vi_im {
    width: 100%;
    max-width: 100%;
  }
  .about_text {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .about_text h3 {
    font-size: 26px;
  }
  .about_text h4 {
    font-size: 18px;
  }
  .about_text .sum {
    font-size: 14px;
    margin-top: 20px;
  }
  .about_text .alis {
    margin-top: 20px;
  }
  .about_text .alis p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about_numbers li h3 .nummber, 
  .about_numbers li h3 p {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .ab_vi_im {
    padding: 0;
  }
  .ab_vi_im .imgs {
    margin: 0;
  }
  .about_numbers li h3 .nummber, 
  .about_numbers li h3 p {
    font-size: 32px;
  }
  .about_text {
    margin-top: 20px;
  }
  .about_text h3 {
    font-size: 22px;
  }
  .about_text h4 {
    font-size: 16px;
  }
  .about_text .sum {
    margin-top: 12px;
  }
  .about_text .alis {
    margin-top: 15px;
  }
  .about_text .alis p {
    font-size: 17px;
  }
  .about_numbers li h3 .nummber, 
  .about_numbers li h3 p {
    font-size: 24px;
  }
  .about_numbers li h3 .fh {
    font-size: 12px;
    margin-left: 0.5em;
  }
  .about_numbers li .sum {
    font-size: 13px;
  }
}


/* ç›¸åŒæ ‡é¢˜ */
.titles {
  text-align: center;
}
.titles h2 {
  font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
}
.titles h2 span {
  color: #1d2a5e;
}
.titles h4 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 0.25em;
}

@media (max-width: 1330px) {
  .titles h2 {
    font-size: 3vw;
  }
  .titles h4 {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .titles h4 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 28px;
  }
  .titles h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 22px;
  }
  .titles h4 {
    font-size: 14px;
  }
}

/* äº§å“ä¸­å¿ƒ */
.product {
  padding: 58px 0 72px;
	background-color: #f9f9f9;
  overflow: hidden;
}
.product_lis {
  margin-top: 3%;
}
.product_lis ul {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product_lis li {
  margin: 4px;
}
.product_lis li a {
  display: block;
	background-color: #eeeeee;
}
.product_lis li h3 {
  display: block;	
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3;
	letter-spacing: 0px;
	color: #666666;
  width: 9.25em;
  padding: 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.product_lis li.active a {
	background-color: #1d2a5e;
}
.product_lis li.active h3 {
	color: #ffffff;
}
.product_cont {
  position: relative;
  margin-top: 3.9%;
}
.product_tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.product_tab.active {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease;
  position: relative;
}
.product_tab ul {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_tab li {
  width: 24.5%;
  margin-right: calc(2% / 3);
}
.product_tab li:nth-child(4n) {
  margin-right: 0;
}
.product_tab li:nth-child(n+5) {
  margin-top: 1.56%;
}
.product_tab li a {
  display: block;
  padding: 10px;
	background-color: #ffffff;
	border: solid 1px #ececec;
  text-align: center;
}
.product_tab li:hover a {
  border-color: #1d2a5e;
}
.product_tab li .imgs {
  
}
.product_tab li h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 0.4em;
}

@media (max-width: 1330px) {
  .product {
    padding: 4.36vw 0 5.4vw;
  }
  .product_lis li h3 {
    font-size: 15px;
  }
  .product_tab li h3 {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .product_lis li h3 {
    font-size: 14px;
  }
  .product_tab li h3 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .product {
    padding: 40px 0 30px;
  }
  .product_lis {
    display: none;
  }
  .product_cont {
    margin-top: 30px;
  }
  .product_tab li a {
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .product_tab li {
    width: 48.5%;
    margin-right: 3%;
  }
  .product_tab li:nth-child(2n) {
    margin-right: 0;
  }
  .product_tab li:nth-child(n+3) {
    margin-top: 3%;
  }
}
@media (max-width: 640px) {
  .product {
    padding: 32px 0 24px;
  }
  .product_cont {
    margin-top: 20px;
  }
  .product_tab li a {
    padding: 5px;
  }
}


/* ä¸“å±žå®šåˆ¶ */
.customized {
  padding: 72px 0 80px;
}

.customized_cont {
  margin-top: 5%;
  position: relative;
  padding: 3.1% 0 20px;
  overflow: hidden;
}
.customized_center_back {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 0 30.8%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customized_center_back::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/yuanbj.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0);
  transition: 1s ease;
}
.customized_cont:hover .customized_center_back::after {
  transform: rotate(360deg);
}
.customized_center_back .imgs {
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
	border: solid 2px #ffffff;
  position: relative;
  z-index: 30;
}

.customized_uls {
  position: relative;
  z-index: 30;
}
.customized_uls ul {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.customized_uls li {
  /* width: 424px + 40; */
  width: 33.4%;
  overflow: hidden;
}
.customized_uls li:nth-child(n+3) {
  margin-top: 12.5%;
}
.customized_uls li a {
  display: block;
  position: relative;
  margin: 10px;
}
.customized_uls li .li_pu {

}
.customized_uls li .li_pu .text {
  width: 68.4%;
}
.customized_uls li .li_pu .text h4 {
  font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customized_uls li .li_pu .text .sum {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 0.62em;
}

.customized_uls li .li_pu.li_t {
  
}
.customized_uls li .li_pu.li_t .nums {
  font-family: Arial;
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #1d2a5e;
}
.customized_uls li .li_pu.li_t h4 {
  margin-top: 0.4em;
}
.customized_uls li .li_pu.li_t .sum {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5em;
}
.customized_uls li .li_pu.li_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translateY(-120%);
  transition: 0.5s linear;
  border-radius: 10px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
/* .customized_uls li:hover .li_pu.li_b, */
.customized_uls li.active .li_pu.li_b {
  transform: translateY(0);
}
.customized_uls li .li_pu.li_b .imgs {
  width: 31.6%;
	background-color: #1d2a5e;
	border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customized_uls li .li_pu.li_b .imgs img {
  max-width: 66%;
  max-height: 50%;
  object-fit: contain;
}
.customized_uls li .li_pu.li_b .text {
  padding: 6.6% 25px 5.6%;
	background-color: #ffffff;
}
.customized_uls li .li_pu.li_b .sum {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.customized_uls li.customized_uls_li1 {

}
.customized_uls li.customized_uls_li2 {
  text-align: right;
}
.customized_uls li.customized_uls_li2 .li_pu.li_t {
}
.customized_uls li.customized_uls_li2 .li_pu .text {
  margin-left: auto;
}
.customized_uls li.customized_uls_li2 .li_pu.li_b {
  flex-direction: row-reverse;
}

@media (max-width: 1330px) {
  .customized {
    padding: 5.4% 0 6%;
  }
  .customized_uls li .li_pu.li_t .nums {
    font-size: 4.5vw;
  }
  .customized_uls li .li_pu.li_t h4,
  .customized_uls li .li_pu .text h4 {
    font-size: 2.1vw;
  }
  .customized_uls li .li_pu.li_t .sum,
  .customized_uls li .li_pu.li_b .sum {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .customized_uls li .li_pu.li_t .sum,
  .customized_uls li .li_pu.li_b .sum {
    font-size: 14px;
  }
  .customized_uls li:nth-child(n+3) {
    margin-top: 10%;
  }
}
@media (max-width: 990px) {
  .customized {
    padding: 40px 0 36px;
  }
  .customized_cont {
    padding: 0;
  }
  .customized_center_back {
    display: none;
  }
  .customized_uls li {
    width: 50%;
  }
  .customized_uls li:nth-child(n+3) {
    margin-top: 20px;
  }
  .customized_uls li .li_pu .text {
    width: 90%;
  }
  .customized_uls li .li_pu.li_t .nums {
    font-size: 36px;
  }
  .customized_uls li .li_pu.li_b .imgs {
    width: 60px;
  }
  .customized_uls li .li_pu.li_b .text {
    width: calc(100% - 60px);
    padding: 15px;
  }
  .customized_uls li .li_pu.li_t h4, 
  .customized_uls li .li_pu .text h4 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .customized {
    padding: 30px 0 20px;
  }
  .customized_uls li {
    width: 100%;
  }
  .customized_uls li:nth-child(n+2) {
    margin-top: 5px;
  }
  .customized_uls li .li_pu.li_t .nums {
    font-size: 32px;
  }
  .customized_uls li .li_pu.li_b .sum {
    -webkit-line-clamp: 2;
  }
}


/* æ¨ªå›¾è”ç³» */
.horizontal_connection {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0;
}
.horizontal_connection .dth_wh {
  justify-content: space-between;
  align-items: center;
}
.horizontal_connection_left {
  max-width: 680px;
  width: 54%;
}
.horizontal_connection_left h3 {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}
.horizontal_connection_left h4 {
  font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 0.15em;
}
.horizontal_connection_left .text {
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.16em;
	color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1.35em;
  margin-top: 1.5em;
}
.horizontal_connection_right {
  max-width: 376px;
  width: 36%;
}
.horizontal_connection_right li {

}
.horizontal_connection_right li:nth-child(n+2) {
  margin-top: 7.4%;
}
.horizontal_connection_right li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.horizontal_connection_right li .imgs {
  width: 48px;
  height: 48px;
}
.horizontal_connection_right li .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.horizontal_connection_right li .text {
  margin-left: 20px;
}
.horizontal_connection_right li .text h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.horizontal_connection_right li .text h4 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.14em;
}
a.r_more {
  display: block;
	background-color: #eaa113;
	border-radius: 8px;	
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3;
	letter-spacing: 0px;
	color: #ffffff;
  width: 9.8em;
  text-align: center;
  margin-top: 11.7%;
}
a.r_more:hover {
  background-color: #1d2a5e;
}

@media (max-width: 1330px) {
  .horizontal_connection {
    padding: 4.2% 0;
  }
  .horizontal_connection_left h3 {
    font-size: 3.6vw;
  }
  .horizontal_connection_left h4 {
    font-size: 2.56vw;
  }
  .horizontal_connection_left .text {
    font-size: 18px;
  }
  .horizontal_connection_right li .text h3 {
    font-size: 15px;
  }
  .horizontal_connection_right li .text h4 {
    font-size: 2.7vw;
    flex-flow: column;
  }
  a.r_more {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .horizontal_connection_left h3 {
    font-size: 36px;
  }
  .horizontal_connection_left h4 {
    font-size: 24px;
  }
  .horizontal_connection_left .text {
    font-size: 16px;
  }
  .horizontal_connection_right li .imgs {
    width: 42px;
    height: 42px;
  }
  a.r_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .horizontal_connection {
    padding: 36px 0;
  }
  .horizontal_connection .dth_wh {
    flex-flow: column;
  }
  .horizontal_connection_left {
    width: 100%;
    max-width: 100%;
  }
  .horizontal_connection_left h3 {
    font-size: 30px;
  }
  .horizontal_connection_left h4 {
    font-size: 20px;
  }
  .horizontal_connection_left .text {
    margin-top: 15px;
    padding-top: 15px;
  }
  .horizontal_connection_right {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .horizontal_connection_right li:nth-child(n+2) {
    margin-top: 20px;
  }
  .horizontal_connection_right li .text h4 {
    font-size: 24px;
  }
  a.r_more {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .horizontal_connection {
    padding: 30px 0;
  }
  .horizontal_connection_left h3 {
    font-size: 22px;
  }
  .horizontal_connection_left h4 {
    font-size: 15px;
  }
  .horizontal_connection_left .text {
    font-size: 13px;
    margin-top: 8px;
    padding-top: 8px;
  }
  .horizontal_connection_right li .imgs {
    width: 36px;
    height: 36px;
  }
  .horizontal_connection_right li .text {
    margin-left: 12px;
  }
  .horizontal_connection_right li .text h3 {
    font-size: 14px;
  }
  .horizontal_connection_right li .text h4 {
    font-size: 20px;
  }
  a.r_more {
    font-size: 14px;
  }
}


/* è½®æ’­1 */
.lunbo_case {
  padding: 56px 0;
}
.lunbo_case li {
  
}
.lunbo_case li a {
  display: block;
}
.lunbo_case li .imgs {
  padding-top: calc(200 / 304 * 100%);
}

@media (max-width: 1330px) {
  .lunbo_case {
    padding: 4.2% 0;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}



/* é€‰æ‹©å“è´¨ */
.select_quality {
  padding: 10px 0 20px;
}

/* é€‰æ‹©å“è´¨-æ ‡é¢˜ä¸Š */
.select_quality_tit {
}
.select_quality_cont {
  position: relative;
  margin-top: 38px;
  padding: 3.2% 0 2%;
}
.select_quality_cont_top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url("../images/xzxdbj1.png");

}
.select_quality_cont_top ul {
  width: 75.7%;
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select_quality_cont_top li {

}
.select_quality_cont_top li:nth-child(1) {
  margin-left: 8.7%;
}
.select_quality_cont_top li:nth-child(2) {
  margin-left: 13.7%;
  transform: translateY(-42px);
}
.select_quality_cont_top li:nth-child(3) {
  margin-left: 13.7%;
  transform: translateY(-42px);
}
.select_quality_cont_top li:nth-child(4) {
  margin-left: 13.7%;
}
.select_quality_cont_top li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 98px;
  height: 98px;
	background-color: #b8c2ea;
  border-radius: 50%;
  text-align: center;
}
.select_quality_cont_top li h5 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #003312;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select_quality_cont_top li p {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #000000;
  margin-top: 0.1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select_quality_cont_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -50px;
}
.select_quality_cont_bottom_text {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url("../images/xiantiao.png");
  position: absolute;
  left: 160px;
  width: 75.2%;
  top: 50%;
  transform: translateY(-40%);
  z-index: 10;
  font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #1d2a5e;
  text-align: center;
  padding-bottom: 1em;
}
.select_quality_cont_bottom .adv_list1 {
  background-color: #1d2a5e;
	border: solid 8px #b8c2ea;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.select_quality_cont_bottom .adv_list1 .imgs {
  display: block;
  height: 60px;
}
.select_quality_cont_bottom .adv_list1 .imgs img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.select_quality_cont_bottom .adv_list1 h5 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 0.16em;
}

/* é€‰æ‹©å“è´¨-ä¼˜åŠ¿ */
.select_quality_adv {

}
.select_quality_adv_lis {
	background-color: #f8f8f8;
  padding: 70px 0;
}
.select_quality_adv_lis:nth-child(2n) {
	background-color: transparent;
}
.select_quality_adv_lis .dth_wh {
  justify-content: space-between;
  align-items: center;
}
.select_quality_adv_lis:nth-child(2n) .dth_wh {
  flex-direction: row-reverse;
}

.select_quality_adv_lis_imgs {
  width: 50%;
  position: relative;
} 
.select_quality_adv_lis_imgs img {
  width: 100%;
}
.select_quality_adv_lis_imgs::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
	border: solid 2px #1d2a5e;
  opacity: 0.38;
  position: absolute;
  left: 10px;
  top: 10px;
}
.select_quality_adv_lis_text {
  width: 43.75%;
}
.select_quality_adv_lis:nth-child(2n) .select_quality_adv_lis_text {
  
}
.select_quality_adv_lis_text .lis_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.select_quality_adv_lis_text .lis_tit .sums {
	background-color: #1d2a5e;
	border-radius: 20px 0px 20px 0px;
  text-align: center;
  padding: 12px 15px 10px;
  flex-shrink: 0;
}
.select_quality_adv_lis_text .lis_tit .sums p:first-child {
  font-family: Impact;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}
.select_quality_adv_lis_text .lis_tit .sums p:last-child {
  font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.3);
  margin-top: 0.35em;
}
.select_quality_adv_lis_text .lis_tit .r_te {
  margin-left: 20px;
  flex-grow: 1;
  overflow: hidden;
}
.select_quality_adv_lis_text .lis_tit h4 {
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}
.select_quality_adv_lis_text .lis_tit h6 {
  font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #999999;
  margin: 0.85em 0 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.select_quality_adv_lis_text .lis_dec {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.625;
	letter-spacing: 0px;
	color: #555555;
  margin-top: 10%;
}
.select_quality_adv_lis_text .lis_dec p {
  position: relative;
  padding-left: 1.25em;
}
.select_quality_adv_lis_text .lis_dec p:nth-child(n+2) {
  margin-top: 0.75em;
}
.select_quality_adv_lis_text .lis_dec p::before {
  content: "";
  display: block;	
  width: 0.625em;
  height: 0.625em;
  border: solid 0.125em #1d2a5e;
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.select_quality_adv_lis_text .lis_dec {

}

@media (max-width: 1330px) {
  .select_quality_cont_bottom .adv_list1 {
    width: 12vw;
    height: 12vw;
  }
  .select_quality_cont_bottom .adv_list1 .imgs {
    height: 50px;
  }
  .select_quality_cont_bottom .adv_list1 h5 {
    font-size: 21px;
  }
  .select_quality_cont_top li h5,
  .select_quality_cont_top li p {
    font-size: 17px;
  }
  .select_quality_cont_top li a {
    width: 7.36vw;
    height: 7.36vw;
  }
  .select_quality_cont_bottom_text {
    left: 12vw;
    font-size: 20px;
  }

  .select_quality_adv_lis {
    padding: 5.2% 0;
  }
}
@media (max-width: 1200px) {
  .select_quality {
    padding: 10px 0;
  }
  .select_quality_cont_top ul {
    height: 8.7vw;
  }
  .select_quality_cont_top li a {
    width: 85px;
    height: 85px;
  }
  .select_quality_cont_bottom .adv_list1 h5 {
    font-size: 18px;
  }
  .select_quality_cont_bottom_text {
    font-size: 18px;
  }
  .select_quality_cont_top li:nth-child(1) {
    margin-left: 7%;
  }
  
  .select_quality_adv_lis_text .lis_tit .sums p:first-child {
    font-size: 3vw;
  }
  .select_quality_adv_lis_text .lis_tit .sums p:last-child {
    font-size: 13px;
  }
  .select_quality_adv_lis_text .lis_tit h4 {
    font-size: 2.85vw;
  }
  .select_quality_adv_lis_text .lis_tit h6 {
    font-size: 13px;
  }
  .select_quality_adv_lis_text .lis_dec {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .select_quality_tit {
    padding: 10px 0 30px;
  }
  .select_quality_cont {
    margin-top: 24px;
    padding: 0;
  }
  .select_quality_cont_top {
    display: none;
  }
  .select_quality_cont_bottom {
    margin-top: 0;
  }
  .select_quality_cont_bottom .adv_list1 {
    width: 120px;
    height: 120px;
  }
  .select_quality_cont_bottom_text {
    left: 120px;
    width: calc(100% - 240px);
  }

  .select_quality_adv_lis .dth_wh {
    flex-flow: column;
  }
  .select_quality_adv_lis:nth-child(2n) .dth_wh {
    flex-flow: column;
  }
  .select_quality_adv_lis_imgs {
    width: 100%;
  }
  .select_quality_adv_lis_text {
    width: 100%;
    margin-top: 30px;
  }
  .select_quality_adv_lis_text .lis_dec {
    margin-top: 20px;
  }
  .select_quality_adv_lis_text .lis_tit .sums {
    padding: 10px 16px;
  }
  .select_quality_adv_lis_text .lis_tit .sums p:first-child {
    font-size: 24px;
  }
  .select_quality_adv_lis_text .lis_tit .r_te {
    margin-left: 12px;
  }
  .select_quality_adv_lis_text .lis_tit h4 {
    font-size: 22px;
  }
  .select_quality_adv_lis_text .lis_dec p:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
  .select_quality_cont_bottom .adv_list1 {
    width: 90px;
    height: 90px;
    border-width: 4px;
  }
  .select_quality_cont_bottom .adv_list1 .imgs {
    height: 32px;
  }
  .select_quality_cont_bottom .adv_list1 h5 {
    font-size: 14px;
  }
  .select_quality_cont_bottom_text {
    left: 90px;
    width: calc(100% - 180px);
    padding: 0 10px 10px;
    background-size: auto;
    font-size: 15px;
    line-height: 1.5;
  }
  
  .select_quality_adv_lis {
    padding: 24px 0;
  }
  .select_quality_adv_lis_text .lis_tit .sums {
    padding: 8px 10px;
  }
  .select_quality_adv_lis_text .lis_tit .sums p:last-child {
    font-size: 12px;
  }
  .select_quality_adv_lis_text .lis_tit h4 {
    font-size: 20px;
  }
  .select_quality_adv_lis_text .lis_tit h6 {
    font-size: 12px;
  }
  .select_quality_adv_lis_text .lis_dec {
    font-size: 14px;
  }
}


/* åˆä½œæ¨ªå›¾ */
.cooperation {
	background-color: #1d2a5e;
  padding: 49px 0 42px;
}
.cooperation_tit {
  text-align: center;
}
.cooperation_tit h3 {
  font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}
.cooperation_tit h4 {
  font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 0.2em;
}
.cooperation_uls {
  margin-top: 3.3%;
}
.cooperation_uls li {

}
.cooperation_uls li a {
  display: block;
}
.cooperation_uls li .imgs {
  padding-top: calc(110 / 178 * 100%);
}


@media (max-width: 1330px) {
  .cooperation {
    padding: 40px 0 36px;
  }
  .cooperation_tit h3 {
    font-size: 2.7vw;
  }
  .cooperation_tit h4 {
    font-size: 3vw;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .cooperation_tit h3 {
    font-size: 18px;
  }
  .cooperation_tit h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .cooperation {
    padding: 28px 0 24px;
  }
  .cooperation_tit h3 {
    font-size: 14px;
  }
  .cooperation_tit h4 {
    font-size: 17px;
  }
}


/* è½®æ’­2 */
.conveyor_belt {
  padding: 54px 0;
}
.conveyor_belt .swiper-container {

}
.conveyor_belt li {
  
}
.conveyor_belt li a {
  display: block;
  position: relative;
}
.conveyor_belt li .imgs {
  padding-top: calc(190 / 304 * 100%);
}
.conveyor_belt li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  padding: 0.31em 1em;
	background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.conveyor_belt li:hover h3 {
	background-color: rgba(4, 112, 44, 0.5);

}

@media (max-width: 1330px) {
  .conveyor_belt {
    padding: 4% 0;
  }
  .conveyor_belt li h3 {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .conveyor_belt li h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* æ–°é—»èµ„è®¯ */
.news {
  padding: 25px 0 80px;
}

.news_cont {
  margin-top: 4.2%;
  align-items: unset;
  justify-content: space-between;
}
.news_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
  margin-bottom: 14px;
}
.news_tit h4 {
  font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  padding-left: 1.875em;
  position: relative;
  display: block;
}
.news_tit h4::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
	background-color: #1d2a5e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;

}
.news_tit a {
  font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #999999;
  display: block;
  margin-left: auto;
}
.news_tit a:hover {
  color: #1d2a5e;
}

.news_left {
  width: 60%;
}
.news_left .news_tit h4::before {
  background-image: url("../images/ico1_1.png");
}
.news_left .news_tj ul {
  justify-content: space-between;
}
.news_left .news_tj li {
  width: 46.875%;
}
.news_left .news_tj li a {
  display: block
}
.news_left .news_tj li .imgs {
  padding-top: calc(184 / 360 * 100%);
  border-radius: 10px;
}
.news_left .news_tj li .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}
.news_left .news_tj li:hover .imgs img {
  transform: scale(1.1);
}
.news_left .news_tj li .text {
  margin-top: 6.95%;
}
.news_left .news_tj li .text h5 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_left .news_tj li:hover h5 {
  color: #1d2a5e;
}
.news_left .news_tj li .text .summ {
  font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: 0px;
	color: #999999;
  margin-top: 0.9em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_left .news_lb {
  margin-top: 5.4%;
}
.news_left .news_lb li {
  
}
.news_left .news_lb li:nth-child(n+2) {
  margin-top: 0.5%;
}
.news_left .news_lb li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_left .news_lb li {
  
}
.news_left .news_lb li h5 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.28em;
  position: relative;
  flex-grow: 1;
}
.news_left .news_lb li:hover h5 {
  color: #1d2a5e;
}
.news_left .news_lb li h5::before {
  content: "";
  display: block;
	width: 0.72em;
	height: 0.72em;
	background-color: transparent;
	border: solid 0.17em rgba(29, 42, 94, 0.5);
  position: absolute;
  left: 0;
  top: calc(50% - 0.36em);
  border-radius: 50%;
}
.news_left .news_lb li .times {
  font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
  line-height: 2;
  margin-left: 2em;
  flex-shrink: 0;
}

.news_right {
  width: 33.4%;
  margin-left: auto;
}
.news_right .news_tit h4::before {
  background-image: url("../images/wd.png");
}
.news_right .news_tit {
  border-color: #dddddd;
}
.news_right .news_li {
  padding-top: 4.1%;
}
.news_right .news_li .swiper-container {
  height: 436px;
}
.news_right .news_li li {
  
}
.news_right .news_li a {
  display: block;
}
.news_right .news_li h5 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_right .news_li li:hover h5 {
  color: #1d2a5e;
}

.news_right .news_li .sum {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: 0px;
	color: #999999;
  margin-top: 0.8em;

  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


@media (max-width: 1330px) {
  .news {
    padding: 1.88% 0 6%;
  }
  .news_tit h4 {
    font-size: 22px;
  }
  .news_tit a {
    font-size: 15px;
  }
  .news_left .news_tj li {
    width: 48%;
  }
  .news_left .news_tj li .text h5,
  .news_left .news_lb li h5,
  .news_right .news_li h5 {
    font-size: 17px;
  }
  .news_left .news_tj li .text .summ,
  .news_right .news_li .sum {
    font-size: 14px;
  }
  .news_left .news_lb li .times {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 30px 0 50px;
  }
  .news_tit h4 {
    font-size: 20px;
  }
  .news_tit a {
    font-size: 14px;
  }
  .news_left .news_lb li h5 {
    font-size: 16px;
  }
  .news_left .news_lb li .times {
    font-size: 14px;
  }
  .news_right .news_li .swiper-container {
    height: 400px;
  }
}
@media (max-width: 1024px) { 
  .news_right .news_li .swiper-container {
    height: 380px;
  }
}
@media (max-width: 990px) {
  .news {
    padding: 20px 0 40px;
  }
  .news_cont {
    flex-flow: column;
    margin-top: 30px;
  }
  .news_tit {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .news_left {
    width: 100%;
  }
  .news_left .news_tj li .text {
    margin-top: 12px;
  }
  .news_left .news_tj li .text h5,
  .news_left .news_lb li h5, 
  .news_right .news_li h5 {
    font-size: 16px;
  }
  .news_left .news_tj li .text .summ, 
  .news_right .news_li .sum {
    margin-top: 0.4em;
  }
  .news_left .news_lb {
    margin-top: 15px;
  }
  .news_right {
    width: 100%;
    margin-top: 20px;
  }
  .news_right .news_li {
    padding-top: 12px;
  }
  .news_right .news_li .swiper-container {
    height: 240px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .news {
    padding: 10px 0 20px;
  }
  .news_right .news_li .swiper-container {
    height: 170px;
  }
  .news_tit h4 {
    font-size: 17px;
  }
  .news_tit a {
    font-size: 13px;
  }
  .news_left .news_tj li .text h5, 
  .news_left .news_lb li h5, 
  .news_right .news_li h5 {
    font-size: 15px;
  }
  .news_left .news_tj li .text .summ, 
  .news_right .news_li .sum {
    font-size: 13px;
  }
}



/* å‹æƒ…é“¾æŽ¥ */
.ft_link {
  padding: 1em 0;
  font-size: 14px;
  color: #333333;
  line-height: 2;
}
.ft_link a {
  color: inherit;
  font-size: inherit;
}
.ft_link a:hover {
  color: #1d2a5e;
}

@media (max-width: 1330px) {

}
@media (max-width: 1200px) {
  .ft_link {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .ft_link {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* åº•éƒ¨ */
footer {
  
}
.footer_lx {
	background-color: #333333;
  padding: 52px 0 42px;
}
.footer_lx .dth_wh {
  align-items: center;
}
.footer_lx .footer_tit {
  display: block;
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  padding-bottom: 1.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.footer_left {
  max-width: 932px;
  width: 80%;
}
.footer_contact {
  margin-top: 4.3%;
}
.footer_contact ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer_contact li {
  margin-right: auto;
}
.footer_contact li a {
  display: block;
}
.footer_contact li h5 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
}
.footer_contact li .sum {
  font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 0.45em;
}
.footer_fts {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
  margin-top: 6.6%;
}
.footer_fts img {
  margin-right: 0.4em;
}
.footer_fts a {
  color: inherit;
  font-size: inherit;
}
.footer_fts a:hover {
  color: #ffffff;
}
.ft_copyright {
  
}
.ft_region {
  
}
.ft_xx {}
.footer_ewm {
  margin-left: auto;
  max-width: 119px;
  width: 14%;
  text-align: center;
}
.footer_ewm img {
  max-width: 100%;
}
.footer_ewm p {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
  margin-top: 1.2em;
}

.footer_nav {
	background-color: #1d2a5e;
}
.footer_nav .foots_nav {
  padding: 17px 0;
}
.footer_nav .foots_nav li {
  flex: 1;
  text-align: center;
  font-size: 0;
}
.footer_nav .foots_nav li>a {
  display: inline-block;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer_nav .foots_nav li>a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer_nav .ft_nav_menu {
  display: none;
}

@media (max-width: 1330px) {
  .footer_lx {
    padding: 45px 0 36px;
  }
  .footer_lx .footer_tit {
    font-size: 18px;
  }
  .footer_contact li h5 {
    font-size: 13px;
  }
  .footer_contact li .sum {
    font-size: 14px;
  }
  .footer_ewm p {
    font-size: 13px;
    margin-top: 0.8em;
  }
  .footer_fts {
    font-size: 13px;
  }
  .footer_nav .foots_nav li>a {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  #toolbar {
    display: none;
  }
  .footer_fts {
    font-size: 12px;
  }
  .footer_nav .foots_nav li>a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer_lx {
    padding: 40px 0 24px;
  }
  .footer_lx .dth_wh {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .footer_left {
    width: 100%;
  }
  .footer_lx .footer_tit {
    font-size: 16px;
    padding-bottom: 0.8em;
  }
  .footer_contact {
    margin-top: 12px;
  }
  .footer_fts {
    margin-top: 20px;
  }
  .footer_ewm {
    margin-left: 0;
    display: none;
  }
  .ft_region {
    display: none;
  }
  .footer_nav {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .footer_lx {
    padding: 24px 0 15px;
  }
  .footer_contact ul {
    flex-flow: column;
  }
  .footer_contact li:nth-child(n+2) {
    margin-top: 10px;
  }
}


/*内页*/
.page-wrap{
    box-sizing: border-box;
}
.page-wrap-right{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
.page-wrap {
    background: #ffffff;
    padding-bottom: 3.38541667%;
}

@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 305px;
        margin-right: 4.16666667%;
    }
}

.aspg-left-box {
    margin-bottom: 20px;
}

.aspg-left-title {
    background: #1d2a5e;
    padding: 10px 20px;
    position: relative;
}

.aspg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.aspg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.aspg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.aspg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.aspg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: .5em 1em;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.2;
    color: #5a5a5a;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #1d2a5e;
}

.latest-news li a:hover:before {
    color: #1d2a5e;
}

.hot-keys {
    padding: 20px 7px 8px 7px;
}

.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
    color: #1d2a5e;
    border-color: #1d2a5e;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: .3em 1.4em .8em 1.4em;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}

.page-message-img img {
    border: 1px solid #d2d2d2;
}

.page-wrap-right {
    overflow: hidden;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #1d2a5e;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

.navigation a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.navigation a.previous_page {
    float: left;
}

.navigation a.next_page {
    float: right;
}

.navigation a:hover {
    color: #fff;
    border-color: #1d2a5e;
    background: #1d2a5e;
}

/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
    display: none;
}
@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .asmob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .asmob-menu-click .aspg-left-news, .asmob-menu-click .aspg-left-keys, .asmob-menu-click .aspg-left-contact, .asmob-menu-click .page-message-img {
        display: none;
    }

    .asmob-menu-click .asmob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .asmob-menu-click .aspg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .asmob-menu-click .aspg-left .aspg-left-menu {
        width: 90%;
        background: #fff;
    }

    .asmob-menu-click.click {
        left: 0;
    }
}

/* 内页左侧导航栏样式 */
.aspg-left-nav {
    margin: 0 -1px;
}

.aspg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.aspg-left-nav > li:last-child {
    border-bottom: none;
}

.aspg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.aspg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.aspg-left-nav > li .first-nav-btn.cur {
    background-position: 0 -270px;
}

/*.aspg-left-nav > li:hover > a, .aspg-left-nav > li.active > a {*/
/*    color: #1d2a5e;*/
/*}*/


/*.aspg-left-nav > li:hover .first-nav-btn, .aspg-left-nav > li.active .first-nav-btn {*/
/*    color: #1d2a5e;*/
/*}*/
.aspg-left-nav > li > a.active{
    color: #1d2a5e;
}
.aspg-left-nav > li > a:hover{
    color: #1d2a5e;
}
.aspg-left-nav .aspg-left-subnav> li>a.active{
    color: #1d2a5e;
}
.aspg-left-nav .aspg-left-subnav> li>a:hover{
    color: #1d2a5e;
}


.aspg-left-nav .aspg-left-subnav {
    display: none;
    padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.aspg-left-nav .aspg-left-subnav > li > a:hover {
    color: #1d2a5e;
}

.aspg-left-nav .aspg-left-subnav > li.clicked > a {
    color: #1d2a5e;
}

.aspg-left-nav .aspg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.aspg-left-nav .aspg-left-threenav > li > a:before {
    content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav > li > a:hover {
    color: #1d2a5e;
}

.aspg-left-nav .aspg-left-threenav > li.clicked > a {
    color: #1d2a5e;
}

@media (max-width: 990px) {
    .aspg-left-nav .aspg-left-threenav {
        display: block;
    }
}

.aspg-pro-description {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.aspg-product-list {
    margin: 0 -1.5%;
    font-size: 0;
}

.aspg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30.333%;
    margin: 0 1.5% 20px 1.5%;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-product-list li .img {
    display: block;
}

.aspg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
    font-weight: normal;
}

.aspg-product-list li:hover {
    border-color: #1d2a5e;
}

.aspg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px;
}

.aspg-case-list {
    margin: 0 -1%;
    font-size: 0;
}

.aspg-case-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 31.333%;
    margin: 0 1% 10px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-case-list li .img {
    display: block;
}

.aspg-case-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    font-weight: normal;
    padding: .8em 0;
}

.aspg-case-list li:hover h3 a {
    color: #1d2a5e;
}

/* 内页新闻列表 */
.aspg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.aspg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.aspg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.aspg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.aspg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.aspg-news-list li .more {
    margin-top: 15px;
}

.aspg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.aspg-news-list li:hover .tit h3 {
    color: #1d2a5e;
}

.aspg-news-list li:hover .more span {
    color: #fff;
    background-color: #1d2a5e;
}

@media (max-width: 990px) {
    .aspg-news-list li .tit {
        border-bottom: none;
    }

    .aspg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .aspg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}
@media (max-width: 768px) {
    .aspg-product-list li {
        width: 47%;
    }

    .aspg-case-list li {
        width: 48%;
    }
}

@media (max-width: 375px) {
    .aspg-product-list li {
        width: 97%;
    }

    .aspg-case-list li {
        width: 98%;
    }
}

/**/
/*内页详情页面公用样式*/
.aspg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.aspg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    display: flex;
}

.aspg-detail-info-bar .baidu-share {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
}

.aspg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.aspg-detail-info-bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.aspg-detail-info-bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.aspg-detail-info-bar .detail-info-numbers {
    float: left;
    position: relative;
    padding-left: 25px;
}

.aspg-detail-info-bar .detail-info-numbers i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.aspg-detail-info-bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}

.aspg-detail-info-bar .aspg-file-down {
    float: right;
    position: relative;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title i:after {
    background-position: 0 -630px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title:hover {
    color: #1d2a5e;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a {
    font-size: 12px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a:hover {
    color: #1d2a5e;
}

.aspg-detail-con-title {
    margin: 20px 0 10px 0;
}

.aspg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #1d2a5e;
}

.aspg-detail-con{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    text-align: left!important;
}

.aspg-detail-con img, .aspg-detail-con p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.aspg-detail-tags {
    margin-top: 40px;
}

.aspg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.aspg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #1d2a5e;
    line-height: 40px;
    border-bottom: 3px solid #1d2a5e;
    margin-bottom: -1px;
}

.aspg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.aspg-detail-tags .tags-content {
    padding-top: 12px;
}

.aspg-detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.aspg-detail-tags .tags-content a:hover {
    color: #1d2a5e;
}

.aspg-detail-url {
    margin-top: 15px;
}

.aspg-detail-url a {
    word-break: break-all;
}

.aspg-detail-article p {
    margin: 10px 0 20px 0;
    line-height: 24px;
}

.aspg-detail-pn {
    margin-top: 30px;
}

.aspg-detail-pn div + div {
    margin-top: 15px;
}

.aspg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    display: flex;
    border: 1px solid #eeeeee;
}

.aspg-detail-pn div b {
    font-size: 14px;
    color: #1d2a5e;
    float: left;
    font-weight: normal;
}

.aspg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #666666;
}

.aspg-detail-pn div a:hover {
    color: #1d2a5e;
}

@media (max-width: 600px) {
    .aspg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .aspg-detail-pn div a {
        width: 50%;
    }
}

.aspg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 14px;
    color: #666666;
}
/*相关产品 和 相关新闻*/
.aspg-relate {
    margin-top: 45px;
}

.relate-title {
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
}

.relate-title span {
    display: inline-block;
    color: #1d2a5e;
    padding: 0 1.4em;
    border-right: 1px solid #eeeeee;
}

.relate-product-slick {
    position: relative;
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}

.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #1d2a5e;
    text-align: center;
}

.relate-product-slick .owl-item:hover p {
    color: #1d2a5e;
}

.relate-product-slick .owl-nav button.owl-prev, .relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span, .relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}

.aspg-relate .relate-news {
    margin-top: 45px;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #1d2a5e;
}

.relate-news-list li:nth-child(even) {
    float: right;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #1d2a5e;
}

.relate-news-list li:hover a:before {
    color: #1d2a5e;
}

.relate-news-list li:hover span {
    color: #1d2a5e;
}

@media (max-width: 990px) {
    .aspg-relate {
        display: none;
    }
}

/*新闻详情页*/
/*案例基本详情页*/
.aspg-case-detail .main-img {
    text-align: center;
}

.aspg-case-detail .main-img img {
    max-width: 100%;
}

/* 在线留言页面 */
#message-form {
    font-size: 0;
}

#message-form .red-star {
    color: red;
}

#message-form label {
    font-size: 14px;
}

#message-form textarea {
    resize: none;
}

#message-form #checkcode {
    display: inline-block;
    width: 30%;
}

#message-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px;
}

#message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #1d2a5e;
    font-size: 14px;
}

#message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

#job-detail-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

@media (max-width: 768px) {
    #message-form .form-group {
        margin-bottom: 25px;
    }

    #message-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #message-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }

    #job-detail-form .error-info {
        display: block;
        padding-top: 0;
        float: none !important;
        padding-left: 10px;
    }

    #job-detail-form #change_code + .error-info {
        padding-left: 0px;
        margin-left: -7px;
    }
}

#message-form.n-default .msg-wrap {
    position: static;
}

/* 搜索结果页面样式 */
.aspg-search-result .search-tag {
    margin-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
}

.aspg-search-result .search-tag a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
}

.aspg-search-result .search-tag a:hover, .aspg-search-result .search-tag a.on {
    color: #1d2a5e;
}

.aspg-search-result-box {
    margin-bottom: 20px;
}

.aspg-search-result-box .aspg-search-title {
    border-left: 3px solid #1d2a5e;
    padding-left: 15px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

.aspg-detail-article .article-img {
    text-align: center;
    margin: 5px 0;
}

.aspg-detail-article .article-img img {
    border: 1px solid #efefef;
    padding: 1px;
    max-width: 100%;
    height: auto !important;
}

.page-product-detail-effect {
    float: left;
    width: 42.61%;
    overflow: hidden;
}

.page-product-detail-effect .big-img {
    border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 390px;
    font-size: 0;
}

.page-product-detail-effect .big-img a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-product-detail-right {
    width: 50%;
    float: right;
}

.page-product-detail-right > h1 {
    font-size: 22px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

.product-detail-item li {
    font-size: 14px;
    line-height: 30px;
    color: #777272;
}

.product-detail-slick {
    position: relative;
    margin-top: 20px;
}

.product-detail-slick a.slick-item {
    display: block;
    text-align: center;
    width: 100%;
    height: 95px;
    font-size: 0;
    border: 1px solid #eee;
    position: relative;
}

.product-detail-slick a.slick-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
    border-color: #1d2a5e;
}

.product-detail-slick .owl-nav button {
    position: absolute;
    width: 27px;
    height: 27px;
    background: rgba(37, 37, 37, 0.6) !important;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    border: none;
}

.product-detail-slick .owl-nav button .icon-font {
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
    left: 0;
}

.product-detail-slick .owl-prev:after {
    background-position: 0 0;
}

.product-detail-slick .owl-next {
    right: 0;
}

.product-detail-slick:hover .owl-nav button {
    opacity: 1;
}

.page-product-inquiry {
    margin-top: 30px;
}

.page-product-inquiry a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #1d2a5e;
    padding: .5em 1.875em;
    border-radius: 2em;
}

.page-product-inquiry a:hover {
    opacity: .8;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        pointer-events: none;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 640px) {
    .product-detail-slick .slick-item {
        height: 65px;
    }

    .page-product-inquiry a {
        font-size: 12px;
    }

    .page-product-detail-right > h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.product-detail-tab {
    margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
    color: #1d2a5e;
    position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border: 1px solid #1d2a5e;
}

.product-detail-tab .product-detail-tabcon {
    padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
        height: 35px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
        line-height: 33px;
    }
}

@media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
        height: 30px;
    }

    .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 28px;
    }
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.pull-right{
    float: right;
}



.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}



/*左侧工具条*/
#toolbar {
    position: fixed;
    /* z-index: 9999; */
    right: 17px;
    bottom: 10%;
    z-index: 98;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-align: center;
    width: 130px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d2a5e;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #1d2a5e;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #1d2a5e;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #333;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59, 57, 57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}
.nybanner img{
    width: 100%;
}




















